home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
comm
/
mebbs
/
MEBBSNet_Demo.lha
/
Disks
/
MEBBSNet Pro Disk 2
/
Scripts
/
Transi.SCP
< prev
Wrap
Text File
|
1995-02-26
|
831b
|
27 lines
; This script will start MEBBSFL and subsequently start
;; the ARexx script, MFLMakeList.REXX
;;
;; It is recommended that the use of ARexx commands for large bulk uploads
;; be avoided during mail hour transitions.
;; Use it instead for daily maintenance where you want to keep
;; everything clean.
;;
changetaskpri -1
run mebbsnet:c/MEBBSFL -h
wait 2
rx MEBBSNet:scripts/MFLMakeList
wait 2
convert MEBBSnet:freqs/files.txt
;;
;; Convert will make text files legible to MS DOS users who require
;; a ^M at the end of each line in addition to the newline. It doesn't
;; affect the ability of AmigaDOS to read the file but is required by
;; MS DOS.
;;
delete MEBBSNet:freqs/files.txt
rename MEBBSnet:freqs/files.txt.cvt MEBBSnet:freqs/Files.TXT
Frekit -q
;;
;;
lharc u bbsfiles:textfiles/MEBBSFL.LZH bbsfiles:textfiles/MEBBSFL.TXT